home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sm20a.zip / DEMO.SM < prev    next >
Text File  |  1992-04-05  |  121b  |  5 lines

  1. # This demo show integral and differentiation
  2. inte(c*x^5*d(x))
  3. d(last/d(x))        # check the result of inte() by d()
  4. end
  5.